.history-rigth-cplumn {
  background: #fff;
  height: 566px;
}
.list-group-item.active {
  background-color: #bf40bf;
  border-color: #bf40bf;
}
.card-body {
  min-width: 0px;
}
.card-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 2rem;
}
.history-page .remove {
  position: absolute;
  top: 10px;
  right: 13px;
  color: #2c3131c7;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 998px) {
  .card .card-horizontal .card-body .channel-img {
    display: block;
    margin-top: 10px;
  }
  .card .card-horizontal .card-body .channel-img {
    margin-top: 0px !important;
  }
}
